home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Developer & Web Development Tools
/
Twistpad 1.64
/
Setup.exe
/
Twistpad.chm
/
twistpad.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2008-08-05
|
4KB
|
222 lines
/* ************************************************************************** */
/* Twistpad Help CSS */
/* ************************************************************************** */
body {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background:#ffffff;
color:#000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
/*font-family: calibri, Verdana,Arial,Helvetica,sans-serif;*/
font-size:8pt;
width:100%;
}
footer {
color:#99CCFF;
font-family:Arial,Helvetica,sans-serif;
font-size:18pt;
}
p {
margin:.5em 0em .5em 0em;
}
blockquote {
margin-top:0em;
margin-bottom:0em;
margin-left:2em;
}
dl {
margin-top:0em;
padding-left:1px;
/* Prevents italic-letter descenders from being cut off */
}
dd {
margin-bottom:0em;
margin-left:1.5em;
}
dt {
margin-top:.5em;
}
ol,ul {
margin:.5em 0em 0em 2em;
}
li {
margin-bottom:.5em;
}
ul p,ol p,dl p {
margin-left:0em;
}
blockquote.dxOverload {
margin:.5em 1.5em .5em 1.5em;
}
h1,h2,h3,h4 {
font-family:Verdana,Arial,Helvetica,sans-serif;
margin-bottom:.4em;
margin-top:1em;
margin-left:-18px;
font-weight:bold;
}
h1 {
font-size:140%;
margin-top:0em;
}
h1.Banner {
font-size:120%;
color : white;
}
h2 {
margin:.5em 0em .5em 0em;
font-size:130%;
}
h3 {
margin:.5em 0em .5em 0em;
color : #105FA0;
font-size:100%;
}
h4 {
font-size:100%;
}
A.glossaryreference {
COLOR:#008000;
border-bottom:1px dotted #008000;
text-decoration:none;
}
A.glossaryreference:link {
COLOR:#008000;
}
A.glossaryreference:active {
COLOR:#008000;
}
A.glossaryreference:visited {
COLOR:#008000;
}
A.glossaryreference:hover {
COLOR:#008000;
}
A:link {
COLOR:#0000FF;
}
A:active {
COLOR:#000080;
}
A:visited {
COLOR:#800080;
}
A:hover {
COLOR:#FF0000;
}
PRE.example {
FONT-FAMILY:Courier New;
FONT-SIZE:100%;
COLOR:#000060;
margin-top:0px;
}
PRE.code {
FONT-FAMILY:Consolas, "Courier New";
FONT-SIZE:110%;
margin-top:0px;
border:1px solid #999999;
padding:5px 5px 5px 5px;
margin:5px 5px 5px 5px;
background-color:#F0F0F0;
width:250;
}
PRE.codeBig {
FONT-FAMILY:Consolas, "Courier New";
FONT-SIZE:110%;
margin-top:0px;
border:1px solid #999999;
padding:5px 5px 5px 5px;
margin:5px 5px 5px 5px;
background-color:#F0F0F0;
width:450;
}
CODE,p.example,p.sourcecode,table.sourcecode,tr.sourcecode,td.sourcecode {
FONT-FAMILY:Consolas, "Courier New";
FONT-SIZE:100%;
}
div#pagetop {
position:relative;
left:0px;
padding:0px 0px 0px 0px;
border-bottom:1px solid #999999;
page-break-before:always;
}
div#pagebody {
line-height:15px;
padding:10px 5px 5px 22px;
}
/*div#pagebody.h3
{
padding:5px 5px 0px 22px;
}*/
div#pagetitlebanner {
width:100%;
padding:0px 10px 0px 22px;
}
table.projectnametable {
position:relative;
left:0px;
top:0px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:100%;
height:21px;
border-collapse:collapse;
border-style:solid;
border-width:0px;
font-size:100%;
}
table.projectnametable td {
align:left;
margin:0px 0px 0px 0px;
padding:2px 0px 0px 4px;
vertical-align:middle;
border-width:0px;
border-style:solid;
border-color:#999999;
background:transparent;
font-style:italic;
font-weight:normal;
}
table.indentedtable {
position:relative;
left:15px;
border-width:1;
border-style:solid;
bordercolorlight:#999999;
bordercolordark:#999999;
border-collapse:collapse;
}
table.projectnametable td.button {
width:14px;
cursor:hand;
}
div.popupbubble {
left:4px;
position:absolute;
padding:0px 8px 5px 26px;
z-index:1;
width:50%;
visibility:hidden;
border:1px solid #999999;
background:#ffffcc;
}
table {
border-collapse:collapse;
font-size:100%;
}
div#links {
margin-left:-18px;
margin-top: 18px;
}
.cssmall {
font-size:90%;
}